$this->PDOStatement->execute();
// 調(diào)試結(jié)束
$this->debug(false, '', $master);
// 返回結(jié)果集
return $this->getResult($pdo, $procedure);
} catch (\PDOException $e) {
if ($this->isBreak($e)) {
return $this->close()->query($sql, $bind, $master, $pdo);
}
throw new PDOException($e, $this->config, $this->getLastsql());
} catch (\Throwable $e) {
if ($this->isBreak($e)) {
return $this->close()->query($sql, $bind, $master, $pdo);
}
throw $e;
} catch (\Exception $e) {
if ($this->isBreak($e)) {
return $this->close()->query($sql, $bind, $master, $pdo);
}
SQLSTATE | 08S01 |
Driver Error Code | 1053 |
Driver Error Message | Server shutdown in progress |
Error Code | 10501 |
Error Message | SQLSTATE[08S01]: Communication link failure: 1053 Server shutdown in progress |
Error SQL | SELECT * FROM `fa_cms_tag` WHERE `diyname` = '背負(fù)(fù)債務(wù)(wù)后,未婚妻她立刻提了退婚' LIMIT 1 |
type | mysql |
hostname | 127.0.0.1 |
database | fast_lnmedia |
hostport | |
dsn | |
params | [] |
charset | utf8mb4 |
prefix | fa_ |
debug | false |
deploy | 0 |
rw_separate | false |
master_num | 1 |
slave_no | |
read_master | false |
fields_strict | true |
result_type | 2 |
resultset_type | array |
auto_timestamp | false |
datetime_format | false |
sql_explain | false |
builder | |
query | \think\db\Query |
break_reconnect | false |